POST api/[Delivery_GetMenuItemsController]/Find
Request Information
URI Parameters
None.
Body Parameters
RequestMI| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_empresa | integer |
None. |
|
| Cve_sucursal | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id_empresa": 1,
"Cve_sucursal": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.